aboutsummaryrefslogtreecommitdiff
path: root/src/pages/[...page].astro
Commit message (Collapse)AuthorAgeFilesLines
* refactor: remove Pagination component and restructure blog pageValentin Popov2025-06-101-33/+0
| | | | | | - Deleted the Pagination component as it is no longer needed. - Refactored the blog page to directly display posts without pagination. - Introduced a new index page to list all blog posts in a single view.
* Update blog post metadata and stylesValentin Popov2024-10-031-1/+4
|
* Refactor Footer and Header components, update layout styles, and adjust ↵Valentin Popov2024-09-181-1/+1
| | | | Analytics placement
* Refactor Pagination component to update page size in getStaticPathsValentin Popov2024-09-131-1/+1
|
* Refactor Analytics and Head componentsValentin Popov2024-09-131-3/+3
|
* Added Pagination componentValentin Popov2024-09-131-0/+30